home *** CD-ROM | disk | FTP | other *** search
- !Include("MenuCarShop.vis")
-
- UIElem("ID_CAR_INFO_TITLE")
- {
- Default()
- {
- Text("CurrSelectedCar.m_sID#_NAME&")
- }
- }
-
- UIElem("ID_CARINFO_TXT")
- {
- Default()
- {
- Text("&CarDescriptionDealer&")
- }
-
- // disabled car
- OnCondition("CurrSelectedCar.m_iStatus == 3")
- {
- Text("&CarDisabled&")
- }
-
-
- OnCondition("CurrSelectedCar.m_iStatus == 0")
- {
- Text("&CAR_Group&:
- &CAR_ProducedIn&:
- &CAR_Drive&:
- &CAR_EngineType&:
- &CAR_Displacement&:
- &CAR_Power&:
- &CAR_Torque&:
- &CAR_Date&:
- ")
-
-
- }
-
- OnCondition("CurrSelectedCar.m_iStatus == 1")
- {
- Text("&CAR_Group&:
- &CAR_ProducedIn&:
- &CAR_Drive&:
- &CAR_EngineType&:
- &CAR_Displacement&:
- &CAR_Power&:
- &CAR_Torque&:
- &CAR_Date&: ")
- }
-
- OnCondition("CurrSelectedCar.m_iStatus == 2")
- {
- Text("&CAR_Group&:
- &CAR_ProducedIn&:
- &CAR_Drive&:
- &CAR_EngineType&:
- &CAR_Displacement&:
- &CAR_Power&:
- &CAR_Torque&:
- &CAR_Date&: ")
- }
-
- }
-
- UIElem("ID_CARINFO_TXT_2")
- {
- Default()
- {
- Text("&CarDescriptionDealer&")
- }
-
- // disabled car
- OnCondition("CurrSelectedCar.m_iStatus == 3")
- {
- Text("&CarDisabled&")
- }
-
-
- OnCondition("CurrSelectedCar.m_iStatus == 0")
- {
- Text("#CurrSelectedCar.m_sCarGroupDisplayed#
- #CurrSelectedCar.m_sProduction#
- #CurrSelectedCar.m_sWheelDrive#
- #CurrSelectedCar.m_sEngineType#
- #%0CurrSelectedCar.m_nDisplacement#&ccm&
- #%0CurrSelectedCar.m_fPower#&bhp&
- #%0CurrSelectedCar.m_nTorque * CurrSelectedCar.m_fPower / CurrSelectedCar.m_fBasePower#&Nm&/#%0CurrSelectedCar.m_nMaxTorqueRPM#&rpm&
- #%0CurrSelectedCar.m_nProductionDate#")
-
-
- }
-
- OnCondition("CurrSelectedCar.m_iStatus == 1")
- {
- Text("#CurrSelectedCar.m_sCarGroupDisplayed#
- #CurrSelectedCar.m_sProduction#
- #CurrSelectedCar.m_sWheelDrive#
- #CurrSelectedCar.m_sEngineType#
- #%0CurrSelectedCar.m_nDisplacement#&ccm&
- #%0CurrSelectedCar.m_fPower#&bhp&
- #%0CurrSelectedCar.m_nTorque * CurrSelectedCar.m_fPower / CurrSelectedCar.m_fBasePower#&Nm&/#%0CurrSelectedCar.m_nMaxTorqueRPM#&rpm&
- #%0CurrSelectedCar.m_nProductionDate#")
- }
-
- OnCondition("CurrSelectedCar.m_iStatus == 2")
- {
- Text("#CurrSelectedCar.m_sCarGroupDisplayed#
- #CurrSelectedCar.m_sProduction#
- #CurrSelectedCar.m_sWheelDrive#
- #CurrSelectedCar.m_sEngineType#
- #%0CurrSelectedCar.m_nDisplacement#&ccm&
- #%0CurrSelectedCar.m_fPower#&bhp&
- #%0CurrSelectedCar.m_nTorque * CurrSelectedCar.m_fPower / CurrSelectedCar.m_fBasePower#&Nm&/#%0CurrSelectedCar.m_nMaxTorqueRPM#&rpm&
- #%0CurrSelectedCar.m_nProductionDate#")
- }
-
- }
-
- /*
- UIElem("ID_NEXT")
- {
- Default()
- {
- Disabled(0)
- }
-
- // disabled car
- OnCondition("CurrSelectedCar.m_iStatus == 3")
- {
- Disabled(1)
- }
- }
-
- */
-
-
-